home *** CD-ROM | disk | FTP | other *** search
- property psp_mysprite
- global gsp_iconsprite
-
- on beginSprite me
- psp_mysprite = sprite(me.spriteNum)
- gsp_iconsprite = psp_mysprite
- end
-
- on changeicon me, whichicon
- if whichicon = EMPTY then
- whichicon = "NO_box"
- end if
- psp_mysprite.member = whichicon
- end
-
- on getPropertyDescriptionList me
- return [#myproperty: [#comment: "comment:", #format: #float, #range: [#min: 0, #max: 180], #default: 10]]
- end
-